home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page3 / 00032.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  119 b   |  10 lines

  1. on mouseUp
  2.   global count
  3.   if count = 0 then
  4.     go("three")
  5.   end if
  6.   if count = 1 then
  7.     go("walk")
  8.   end if
  9. end
  10.